Skip to content

Add CreatedOn to OData query#86

Merged
Power-Maverick merged 1 commit into
mainfrom
odata-created-at
Jun 11, 2026
Merged

Add CreatedOn to OData query#86
Power-Maverick merged 1 commit into
mainfrom
odata-created-at

Conversation

@Power-Maverick

Copy link
Copy Markdown
Contributor

…n tool selection

Copilot AI review requested due to automatic review settings June 11, 2026 14:14
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jun 11, 2026 2:15pm

@Power-Maverick Power-Maverick merged commit b9e08e1 into main Jun 11, 2026
5 checks passed
@Power-Maverick Power-Maverick deleted the odata-created-at branch June 11, 2026 14:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the OData Tools feed to expose each tool’s creation timestamp (CreatedOn), enabling consumers to sort/filter tools by creation date.

Changes:

  • Added created_at to the Supabase tools select list.
  • Mapped created_at into a new OData response property: CreatedOn.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 58 to 61
MaxAPI: (tool.max_api as string | null) ?? null,
CreatedOn: (tool.created_at as string | null) ?? null,
LastPublishedOn: (tool.published_at as string | null) ?? null,
Downloads: (tool.tool_analytics?.downloads as number) ?? 0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants